You can set or change system configuration settings by using Dynamic System Settings instances or by modifying system settings in the prconfig.xml file. Modifying Dynamic System Settings is the preferred method.
Caution: Changes to the prconfig.xml file can affect the operation and performance characteristics of your Pega Platform system. Make changes only after careful planning and after reviewing documentation or consulting with Pegasystems support.
As a best practice, when you change the contents of this file, use an XML editor. If an XML editor is not available, use WordPad or a program editor rather than Windows Notepad.
Use application server facilities to modify this file:
<env name="ParameterName" value="ParameterValue" />
, where ParameterName and ParameterValue are set to the appropriate values. For example, <env name="agent/enable" value="true" />
Changes that are made to this file take effect the next time that the application server is started.
For more information on the contents and format of this file, see the Configuration Settings Reference Guide on the PDN.